home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / KitWeb / Wanadoo / Media / Present.dcr / Scripts_79_Retour applicomp.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  177 b   |  13 lines

  1. on mouseUp me
  2.   global gPart, gSacNum
  3.   cursor(-1)
  4.   gSacNum = 0
  5.   aSoundFadeOut(1)
  6.   puppetTransition(10, 0)
  7.   if gPart = 9 then
  8.     go("9")
  9.   else
  10.     go("0Rtn")
  11.   end if
  12. end
  13.